-
-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resolved the documentation errors #400
Conversation
The typos and the errors in the documentation are resolved
updated docs
I have resolved the errors with the documentation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please don't close the PR. All commits you made will be added here. PR is dynamic, it's not frozen when you create it.
@@ -159,7 +159,7 @@ If you first evaluated the code that writes into a file `test-2.scm` you should | |||
was written into it. Note that `read` was called two times and read two expressions (two strings). | |||
|
|||
Same as with output-port you need to call `close-input-port` procedure to close the input port. But | |||
Scheme, same as with output port have handy function that allow to close the port automagically. | |||
Scheme, same as with output port have handy function that allow to close the port automatically. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You didn't fixed this:
This is not an error, see "automagically" in Jargon File.
Sir i changed all the typos are these enough sir! anything more? |
I'm not gonna marge this, you did change random stuff like syntax of the code, replacing single quote with double quote or replacing Also, I still, see that you changed |
Sir i really want to contribute please guide me on exactly what to do! |
Remove the changes to the Markdown syntax and source code. And remove the change to replace "automagically" with "automatically". To phrase it simpler: Only modify English words. |
No description provided.